object FLabelSettings: TFLabelSettings Left = 394 Top = 189 BorderIcons = [] BorderStyle = bsSingle Caption = 'Custom Label Settings' ClientHeight = 238 ClientWidth = 368 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poDefault Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object Bevel4: TBevel Left = 8 Top = 176 Width = 201 Height = 57 Hint = 'Enter the horizontal and verital gap between labels' ParentShowHint = False ShowHint = True end object Bevel3: TBevel Left = 8 Top = 112 Width = 201 Height = 57 Hint = 'Enter the pages Top and Left margins' ParentShowHint = False ShowHint = True end object Bevel2: TBevel Left = 8 Top = 48 Width = 201 Height = 57 Hint = 'Enter label dimensions' ParentShowHint = False ShowHint = True end object Label2: TLabel Left = 13 Top = 119 Width = 65 Height = 13 Caption = 'Page Margins' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False end object Label3: TLabel Left = 112 Top = 144 Width = 19 Height = 14 Caption = 'Left' end object Label8: TLabel Left = 24 Top = 143 Width = 18 Height = 14 Caption = 'Top' end object Label9: TLabel Left = 13 Top = 55 Width = 83 Height = 13 Caption = 'Label Dimensions' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False end object Label4: TLabel Left = 103 Top = 80 Width = 27 Height = 14 Caption = 'Width' end object Label5: TLabel Left = 12 Top = 79 Width = 30 Height = 14 Caption = 'Height' end object Label10: TLabel Left = 13 Top = 183 Width = 63 Height = 13 Caption = 'Label Gutters' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False end object Label7: TLabel Left = 103 Top = 208 Width = 27 Height = 14 Caption = 'Width' end object Label11: TLabel Left = 12 Top = 207 Width = 30 Height = 14 Caption = 'Height' end object Label1: TLabel Left = 15 Top = 6 Width = 92 Height = 14 Caption = 'Measurement Units' end object Bevel1: TBevel Left = 8 Top = 5 Width = 201 Height = 38 end object lColumns: TLabel Left = 224 Top = 20 Width = 47 Height = 14 Caption = 'Columns: ' end object lRows: TLabel Left = 304 Top = 21 Width = 32 Height = 14 Caption = 'Rows:' end object Label6: TLabel Left = 216 Top = 42 Width = 111 Height = 14 Caption = 'Printer Page Limitations' end object Label12: TLabel Left = 216 Top = 2 Width = 62 Height = 14 Caption = 'Label Layout' end object Label13: TLabel Left = 240 Top = 58 Width = 104 Height = 14 Caption = 'Nonprintable Margins:' end object LnpTop: TLabel Left = 216 Top = 74 Width = 21 Height = 14 Caption = 'Top:' end object LnpLeft: TLabel Left = 216 Top = 90 Width = 22 Height = 14 Caption = 'Left:' end object LnpRight: TLabel Left = 216 Top = 106 Width = 27 Height = 14 Caption = 'Right:' end object LnpBottom: TLabel Left = 216 Top = 122 Width = 36 Height = 14 Caption = 'Bottom:' end object Bevel5: TBevel Left = 216 Top = 138 Width = 144 Height = 9 Shape = bsTopLine end object Bevel6: TBevel Left = 216 Top = 36 Width = 144 Height = 9 Shape = bsTopLine end object RadioButton2: TRadioButton Left = 110 Top = 24 Width = 92 Height = 17 Caption = 'Centimeters' TabOrder = 6 OnClick = RadioButton2Click end object RadioButton1: TRadioButton Left = 17 Top = 24 Width = 94 Height = 17 Caption = 'Inches' Checked = True TabOrder = 7 TabStop = True OnClick = RadioButton1Click end object BitBtn2: TBitBtn Left = 291 Top = 208 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 8 NumGlyphs = 2 end object BitBtn1: TBitBtn Left = 212 Top = 208 Width = 75 Height = 25 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 9 OnClick = BitBtn1Click NumGlyphs = 2 end object Edit1: TEdit Left = 48 Top = 140 Width = 49 Height = 22 MaxLength = 7 TabOrder = 2 OnExit = Edit1Exit OnKeyPress = Edit1KeyPress end object Edit2: TEdit Left = 136 Top = 140 Width = 49 Height = 22 MaxLength = 7 TabOrder = 3 OnExit = Edit1Exit OnKeyPress = Edit1KeyPress end object Edit3: TEdit Left = 48 Top = 76 Width = 49 Height = 22 MaxLength = 7 TabOrder = 0 OnExit = Edit3Exit OnKeyPress = Edit1KeyPress end object Edit4: TEdit Left = 136 Top = 76 Width = 49 Height = 22 MaxLength = 7 TabOrder = 1 OnExit = Edit4Exit OnKeyPress = Edit1KeyPress end object Edit5: TEdit Left = 48 Top = 204 Width = 49 Height = 22 MaxLength = 7 TabOrder = 4 OnExit = Edit1Exit OnKeyPress = Edit1KeyPress end object Edit6: TEdit Left = 136 Top = 204 Width = 49 Height = 22 MaxLength = 7 TabOrder = 5 OnExit = Edit1Exit OnKeyPress = Edit1KeyPress end object LoadBtn: TButton Left = 216 Top = 144 Width = 145 Height = 17 Caption = 'Import Settings from File' TabOrder = 10 OnClick = LoadBtnClick end object SaveBtn: TButton Left = 216 Top = 160 Width = 145 Height = 17 Caption = 'Export Settings to File' TabOrder = 11 OnClick = SaveBtnClick end object OpenDialog1: TOpenDialog DefaultExt = 'fmt' Filter = 'Barcode Magic Format (*.fmt)|*.fmt|Label Magic Format (*.lbf)|*.' + 'lbf' Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing] Title = 'Load Label Format' Left = 144 Top = 176 end object SaveDialog1: TSaveDialog DefaultExt = 'fmt' Filter = 'Label Format (*.fmt)|*.fmt' Title = 'Save Label Format' Left = 176 Top = 176 end end